Cisco UCS Server Hardware Configuration for MUR Applications


Cisco UCS Server Hardware Configuration for MUR Applications
 
 
This section describes procedures for configuring a Cisco UCS server running a custom Red Hat Enterprise Linux (RHEL) operating system. These procedures are for Mobility Unified Reporting System (MUR) applications only.
 
Overview
Important: This document is specific to MUR applications. For all other applications, please refer to the official UCS Server documentation.
This section explains two procedures: disk partition and creating an XFS file system. Disk partitioning is carried out as part of the RHEL OS installation. The XFS file system is configured afterwards.
 
Prerequisites
The following are prerequisites for this configuration:
 
 
Storage Recommendations
The following are recommendations for this configuration:
Important: The rest of this section assumes the RAID arrays have already been configured per the above recommendations.
 
Disk Partitioning
Follow these steps to partition a disk.
 
1.
2.
3.
4.
Press Yes to confirm the edits are required. Press Next to open the Volume Groups and Partitions configuration screen as depicted below:
 
Creating Volume Groups and Partitions
Follow these steps to create the volume groups and partitions based on the following table:
Volume Groups and Partitions Data
In the Disk Partition Screen (depicted below) the default configuration combines all the disks into a single volume group (VolGroup00) having two logical volumes LogVol00 and LogVol01 for ‘/’ and Swap partitions respectively. These default partitions have to be deleted.
 
1.
Select VolGroup00 and press the Edit button to re-configure the volume group and its logical volumes (partitions). The Edit screen opens as depicted below:
2.
Delete the the default logical volumes (partitions for '/' and Swap) from the bottom window.
3.
4.
Press the Add button and configure a partition for Swap using parameters defined in the table provided earlier.
5.
Press the Add button and configure a partition for / using parameters defined in the table provided earlier:
6.
7.
8.
9.
10.
Press OK to display the updated Volume Groups screen. Check this detail against the correct information in the table if required.
11.
Press Next to finish the RHEL installation then reboot the system.
 
Configuring the XFS File System
The LVM configuration you just performed created all the partitions with an EXT file system. An XFS file system can be fine-tuned to work with a RAID array. To configure the XFS file system parameters for stripe-unit and stripe-width you must know the RAID information (stripe size and span of disks) for the respective drives. These values have to be provided in terms of 512 byte blocks.
We suggest you use su (stripe-unit) and sw (stripe-width) to avoid confusion when setting the following values:
 
Follow these steps to configure the MUR application (/apps) and Postgres (/db) partitions with an XFS file system. In this example, these settings are for four (4) disks of RAID-0 and seven (7) disks of RAID-5.
 
1.
$ umount /apps
$ umount /db
2.
$ mkfs.xfs -f -b size=4096 -d su=256k,sw=4 /dev/mapper/VolGroup01-LogVol00
$ mkfs.xfs -f -b size=4096 -d su=256k,sw=6 /dev/mapper/VolGroup02-LogVol00
3.
$ mount -t xfs /dev/mapper/VolGroup01-LogVol00 /apps
$ mount -t xfs /dev/mapper/VolGroup02-LogVol00 /db
4.
Update the /etc/fstab file to reflect the updated configuration.
5.
Open the /etc/fstab file and change the file system type for the /apps and /db partitions to XFS. The correct entries should be as follows:
/dev/VolGroup01/LogVol00 /apps xfs defaults 1 2
/dev/VolGroup02/LogVol00 /apps xfs defaults 1 2
 
 
 

Cisco Systems Inc.
Tel: 408-526-4000
Fax: 408-527-0883